home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Marriage & Divorce Law / ProOne: Marriage & Divorce Law.iso / lawlib / pllcd432.exe / 0 / RCDATA / TABORTMSGFORM / TABORTMSGFORM.txt
Text File  |  1997-03-01  |  2KB  |  86 lines

  1. object AbortMsgForm: TAbortMsgForm
  2.   Left = 270
  3.   Top = 113
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'File Not Found...'
  7.   ClientHeight = 333
  8.   ClientWidth = 476
  9.   Color = clSilver
  10.   Font.Color = clBlack
  11.   Font.Height = -17
  12.   Font.Name = 'Arial'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 120
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = AbortMsgFormOnCreate
  18.   OnShow = FormShow
  19.   TextHeight = 19
  20.   object Bevel1: TBevel
  21.     Left = 9
  22.     Top = 8
  23.     Width = 457
  24.     Height = 273
  25.     Shape = bsFrame
  26.     Style = bsRaised
  27.   end
  28.   object Label1: TLabel
  29.     Left = 70
  30.     Top = 24
  31.     Width = 336
  32.     Height = 57
  33.     Alignment = taCenter
  34.     Caption = 
  35.       'The "pLawData" database was not found.  This can happen if you m' +
  36.       'ove or delete any needed files after installing the program.'
  37.     WordWrap = True
  38.   end
  39.   object Label2: TLabel
  40.     Left = 39
  41.     Top = 112
  42.     Width = 397
  43.     Height = 57
  44.     Alignment = taCenter
  45.     Caption = 
  46.       'The best (and safest) solution to this problem, is to reinstall ' +
  47.       'the program from the original CD-ROM disc.  Simply run "SETUP.EX' +
  48.       'E" from the CD.'
  49.     WordWrap = True
  50.   end
  51.   object Label3: TLabel
  52.     Left = 38
  53.     Top = 200
  54.     Width = 400
  55.     Height = 19
  56.     Caption = 'The program will close when you click "OK" below.'
  57.   end
  58.   object Label4: TLabel
  59.     Left = 21
  60.     Top = 248
  61.     Width = 434
  62.     Height = 21
  63.     Caption = 'Please reinstall the program before using it again.'
  64.     Font.Color = clRed
  65.     Font.Height = -18
  66.     Font.Name = 'Arial'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.   end
  70.   object Button1: TButton
  71.     Left = 200
  72.     Top = 292
  73.     Width = 75
  74.     Height = 33
  75.     Caption = 'OK'
  76.     Default = True
  77.     Font.Color = clBlack
  78.     Font.Height = -18
  79.     Font.Name = 'Arial'
  80.     Font.Style = [fsBold]
  81.     ModalResult = 3
  82.     ParentFont = False
  83.     TabOrder = 0
  84.   end
  85. end
  86.